Skip to content

Conversation

thestinger
Copy link
Contributor

Closes #12771

@@ -582,10 +582,10 @@ impl<'a> AstBuilder for ExtCtxt<'a> {
fn expr_vec(&self, sp: Span, exprs: Vec<@ast::Expr> ) -> @ast::Expr {
self.expr(sp, ast::ExprVec(exprs, ast::MutImmutable))
}
fn expr_vec_ng(&self, sp: Span) -> @ast::Expr {
fn expr_vec(&self, sp: Span) -> @ast::Expr {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as the expr_vec method above.

bors added a commit that referenced this pull request Mar 20, 2014
@bors bors closed this Mar 20, 2014
@bors bors merged commit cdab8a7 into rust-lang:master Mar 20, 2014
@thestinger thestinger deleted the vec_ng branch March 20, 2014 10:57
Kroisse added a commit to Kroisse/rust-http that referenced this pull request Mar 22, 2014
related issues of mozilla/rust:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
Kroisse added a commit to Kroisse/rust-http that referenced this pull request Mar 22, 2014
related issues of mozilla/rust:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
Kroisse added a commit to Kroisse/rust-mustache that referenced this pull request Mar 22, 2014
related issues of mozilla/rust:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust@0305ed5  std: Add Vec to the prelude
- rust-lang/rust#12935  Disallow trailing parentheses for nullary enum variants
Kroisse added a commit to Kroisse/rust-http that referenced this pull request Mar 30, 2014
related issues of mozilla/rust:
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude

already fixed in chris-morgan#69:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
am0d pushed a commit to am0d/rust-http that referenced this pull request Apr 4, 2014
related issues of mozilla/rust:
- rust-lang/rust@0305ed5d22e4  std: Add Vec to the prelude

already fixed in chris-morgan#69:
- rust-lang/rust#12772  rename std::vec -> std::slice
- rust-lang/rust#13028  rename std::vec_ng -> std::vec
- rust-lang/rust#12907  std: Rename {push,read}_bytes to {push,read}_exact
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rename std::vec_ng -> std::vec
4 participants